d_tree_sitter ~master (2021-12-18T21:56:51.6933211)
Dub
Repo
QueryIterator.set_byte_range
query
QueryIterator
Adjusts the range in which the query will apply.
min
and
max
are byte offsets.
struct
QueryIterator
void
set_byte_range
(
uint
min
,
uint
max
)
Meta
Source
See Implementation
query
QueryIterator
constructors
this
destructors
~this
functions
opApply
set_byte_range
set_point_range
postblits
this(this)
Adjusts the range in which the query will apply. min and max are byte offsets.